home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
BORL_TIP
/
TI100
/
TI256.ASC
< prev
next >
Wrap
Text File
|
1991-09-11
|
2KB
|
133 lines
PRODUCT : TURBO PASCAL/BCD NUMBER : 256 VERSION : 3.01
OS : MS-DOS, PC-DOS, CP/M-86
DATE : January 22, 1986 PAGE : 1/2
TITLE : PATCH - SANYO, FOR USING IBM PC TURBO PASCAL EDITOR
In order to use the Turbo Pascal editor on a Sanyo Computer, you
must first make the following patch to a copy of the TURBO.COM
file. Use the DOS utility, DEBUG, to make this patch.
Copy TURBO.COM and DEBUG.COM onto a new disk. Then, use a word
processor in a NON-Document mode, or any other text editor, to
create a file called INPUTF. Enter the following information into
the file exactly as shown. Do not enter any blank lines into the
file except where shown:
A5191
JZ 513A
A5197
PUSH BX
MOV AH,3
XOR BH,BH
PUSH CX
INT 10
POP CX
PUSH DX
MOV AX,BP
SHR AX,1
MOV DL,50
DIV DL
XCHG AL,AH
MOV DX,AX
MOV SI,4EE
JMP 12D
A12D
PUSH DX
PUSH SI
MOV AH,2
INT 10
POP SI
LODSW
PUSH SI
MOV BL,AH
MOV AH,9
PUSH CX
MOV CX,1
PRODUCT : TURBO PASCAL/BCD NUMBER : 256 VERSION : 3.01
OS : MS-DOS, PC-DOS, CP/M-86
DATE : January 22, 1986 PAGE : 2/2
TITLE : PATCH - SANYO, FOR USING IBM PC TURBO PASCAL EDITOR
INT 10
POP CX
POP SI
POP DX
INC DL
LOOP 12D
POP DX
MOV AH,2
INT 10
POP BX
RET
N TURBOS.COM
W
Q
Now copy this file onto the disk on which you copied Turbo Pascal
and DEBUG.COM. Then, at the DOS command line type:
A>DEBUG TURBO.COM<INPUTF
Allow the screen to display the debug actions it is going
through, without interruption. When the operation is finished,
there should be a file called Turbos.Com on the disk, which is
the new Sanyo compatible Turbo Pascal.